In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter / GetBlockBottom Method

GetBlockBottom Method (GdPictureSegmenter)

In This Topic
Syntax
'Declaration

 

Public Function GetBlockBottom( _

   ByVal SegmentationResultID As String, _

   ByVal BlockIdx As Integer _

) As Integer
public int GetBlockBottom( 

   string SegmentationResultID,

   int BlockIdx

)
public function GetBlockBottom( 

    SegmentationResultID: String;

    BlockIdx: Integer

): Integer; 
public function GetBlockBottom( 

   SegmentationResultID : String,

   BlockIdx : int

) : int;
public: int GetBlockBottom( 

   string* SegmentationResultID,

   int BlockIdx

) 
public:

int GetBlockBottom( 

   String^ SegmentationResultID,

   int BlockIdx

) 

Parameters

SegmentationResultID
BlockIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter
GdPictureSegmenter Members